home *** CD-ROM | disk | FTP | other *** search
- .KEY NEWN,PATHF,FN
- .BRA {
- .KET }
-
- ;the .key means to get options from the command line.
- ;they are placed into the variables following it.
- ;the .BRA and .KET redefine the normal bracket chars to { and }.
- ;see your AmigaDos Manual.
-
- failat 40
- ;set script to a level that wont abort so easily.
-
- changetaskpri -1
- ;lower task priority of programs so they dont take over system
-
- stripper {PATHF}
- ;you must strip all dms texts on file or DMS may crash when
- ;repacking
-
- ;failat 9
- ;reset failure level
-
- ReDMS {PATHF} {FN}
- ;run the Arexx program ReDMS
- ;make sure the script bit of REDMS is on if you are using WB2.0
- ;to set the script bit use type in shell "protect ReDMS +S"
- ;and you wont need to use the command 'RX' to run Arexx programs.
-
- ;hschk -b {PATHF}
- ;re add your text if wanted. If not delete above line.
- ; NOTE: the current "hschk" program will NOT WORK with 68040 machines!
- ; Use a program such as "Mapus" if you have an 040 Amiga.
-